FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.abda.eRezeptAbgabedaten#1.0.0 (79 ms)

Package de.abda.eRezeptAbgabedaten
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.abda.eRezeptAbgabedaten@1.0.0&canonical=http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-AbgabedatenComposition
Url http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-AbgabedatenComposition
Version 1.0.0
Status active
Name DAV_PR_ERP_AbgabedatenComposition
Experimental False
Type Composition
Kind resource

Resources that use this resource

StructureDefinition
http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-AbgabedatenBundle DAV_PR_ERP_AbgabedatenBundle

Resources that this resource uses

StructureDefinition
http://fhir.abda.de/StructureDefinition/DAV-PR-ERP-AbgabedatenMeta DAV_PR_ERP_AbgabedatenMeta
http://fhir.abda.de/eRezeptAbgabadaten/StructureDefinition/DAV-PR-ERP-Abgabeinformationen DAV_PR_ERP_Abgabeinformationen
http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-Apotheke DAV_PR_ERP_Apotheke


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "DAV-PR-ERP-AbgabedatenComposition",
  "url" : "http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-AbgabedatenComposition",
  "version" : "1.0.0",
  "name" : "DAV_PR_ERP_AbgabedatenComposition",
  "status" : "active",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "cda",
      "uri" : "http://hl7.org/v3/cda",
      "name" : "CDA (R2)"
    },
    {
      "identity" : "fhirdocumentreference",
      "uri" : "http://hl7.org/fhir/documentreference",
      "name" : "FHIR DocumentReference"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Composition",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Composition",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Composition.meta",
        "path" : "Composition.meta",
        "min" : 1,
        "type" : [
          {
            "code" : "Meta",
            "profile" : [
              "http://fhir.abda.de/StructureDefinition/DAV-PR-ERP-AbgabedatenMeta"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Composition.status",
        "path" : "Composition.status",
        "fixedCode" : "final"
      },
      {
        "id" : "Composition.type",
        "path" : "Composition.type",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://fhir.abda.de/eRezeptAbgabedaten/CodeSystem/DAV-CS-ERP-CompositionTypes",
              "code" : "ERezeptAbgabedaten"
            }
          ]
        },
        "mustSupport" : true
      },
      {
        "id" : "Composition.category",
        "path" : "Composition.category",
        "max" : "0"
      },
      {
        "id" : "Composition.subject",
        "path" : "Composition.subject",
        "max" : "0"
      },
      {
        "id" : "Composition.encounter",
        "path" : "Composition.encounter",
        "max" : "0"
      },
      {
        "id" : "Composition.date",
        "path" : "Composition.date",
        "mustSupport" : true
      },
      {
        "id" : "Composition.author",
        "path" : "Composition.author",
        "short" : "Apotheke",
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-Apotheke"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Composition.author.reference",
        "path" : "Composition.author.reference",
        "min" : 1
      },
      {
        "id" : "Composition.author.identifier",
        "path" : "Composition.author.identifier",
        "max" : "0"
      },
      {
        "id" : "Composition.title",
        "path" : "Composition.title",
        "fixedString" : "ERezeptAbgabedaten"
      },
      {
        "id" : "Composition.confidentiality",
        "path" : "Composition.confidentiality",
        "max" : "0"
      },
      {
        "id" : "Composition.attester",
        "path" : "Composition.attester",
        "max" : "0"
      },
      {
        "id" : "Composition.custodian",
        "path" : "Composition.custodian",
        "max" : "0"
      },
      {
        "id" : "Composition.relatesTo",
        "path" : "Composition.relatesTo",
        "max" : "0"
      },
      {
        "id" : "Composition.event",
        "path" : "Composition.event",
        "max" : "0"
      },
      {
        "id" : "Composition.section",
        "path" : "Composition.section",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "profile",
              "path" : "entry.resolve()"
            }
          ],
          "rules" : "closed"
        },
        "min" : 2,
        "max" : "2"
      },
      {
        "id" : "Composition.section:Abgabeinformationen",
        "path" : "Composition.section",
        "sliceName" : "Abgabeinformationen",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Composition.section:Abgabeinformationen.title",
        "path" : "Composition.section.title",
        "min" : 1,
        "fixedString" : "Abgabeinformationen"
      },
      {
        "id" : "Composition.section:Abgabeinformationen.code",
        "path" : "Composition.section.code",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Abgabeinformationen.author",
        "path" : "Composition.section.author",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Abgabeinformationen.focus",
        "path" : "Composition.section.focus",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Abgabeinformationen.text",
        "path" : "Composition.section.text",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Abgabeinformationen.mode",
        "path" : "Composition.section.mode",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Abgabeinformationen.orderedBy",
        "path" : "Composition.section.orderedBy",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Abgabeinformationen.entry",
        "path" : "Composition.section.entry",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://fhir.abda.de/eRezeptAbgabadaten/StructureDefinition/DAV-PR-ERP-Abgabeinformationen"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:Abgabeinformationen.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1
      },
      {
        "id" : "Composition.section:Abgabeinformationen.entry.identifier",
        "path" : "Composition.section.entry.identifier",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Abgabeinformationen.emptyReason",
        "path" : "Composition.section.emptyReason",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Abgabeinformationen.section",
        "path" : "Composition.section.section",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Apotheke",
        "path" : "Composition.section",
        "sliceName" : "Apotheke",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Composition.section:Apotheke.title",
        "path" : "Composition.section.title",
        "min" : 1,
        "fixedString" : "Apotheke"
      },
      {
        "id" : "Composition.section:Apotheke.code",
        "path" : "Composition.section.code",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Apotheke.author",
        "path" : "Composition.section.author",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Apotheke.focus",
        "path" : "Composition.section.focus",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Apotheke.text",
        "path" : "Composition.section.text",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Apotheke.mode",
        "path" : "Composition.section.mode",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Apotheke.orderedBy",
        "path" : "Composition.section.orderedBy",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Apotheke.entry",
        "path" : "Composition.section.entry",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-Apotheke"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:Apotheke.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1
      },
      {
        "id" : "Composition.section:Apotheke.entry.identifier",
        "path" : "Composition.section.entry.identifier",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Apotheke.emptyReason",
        "path" : "Composition.section.emptyReason",
        "max" : "0"
      },
      {
        "id" : "Composition.section:Apotheke.section",
        "path" : "Composition.section.section",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.